@media print
{
	.noprint
	{
		display: none;
	}
}
.row {
	vertical-align: top;
	height:auto !important;
}
.list
{
	display:none;
}
.show {display: none; }
.hide:target + .show {display: table; }
.hide:target {display: none; }
.hide:target ~ .list {display:table; }
@media print { .hide, .show { display: none; } }

*
{
	font-family: "Times New Roman";
	color: #919195;
}

p
{
	text-align: center;
	margin-left: 20px;
}
a
{
	text-decoration: none;
}
/*
a:link
{
	color:rgba(167,169,172,0.8);
}
a:hover
{
	color:rgba(167,169,172,0.3);
}
*/
a.show, a.hide, a.boton
{
	font-weight: normal;
	width: 90%;
	border-spacing: 10px;
    text-decoration: none;
}
a.show
{
	border-top-style: solid;
	border-radius: 15px;
	display: none;
}
a.boton, a.hide
{
	display: table;
	border-style: solid;
	border-radius: 15px;
}
img.center
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
p.pie
{
	font-size:.7em;
}
span.pregunta
{
	display:inline-block;
	float:left;
	width:600px;
	border: solid 1px black;
}
div.pregunta
{
	display:inline-block;
	max-width:600px;
}